.Y-mobile-section {
    text-align: center;
    background-color: #fff;
   
    padding: 20px;
    max-width: 800px;
    width: 100%;
    margin: auto;
  }

  .Y-project-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; /* Espace entre les projets */
  }

  .Yproject-ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

 /* Styles pour les listes */
.Yproject-ul li {
    background-color: #ae70ff; /* Rose vif */
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff; /* Texte blanc pour contraster avec le fond */
  }
  
  /* Styles pour la section Game Concepts */
  .Yproject {
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #cccccc;
    padding: 20px;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 50px;
    background-color: #edecee; /* Violet vif */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .Y-a {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #187b19; /* Rose vif */
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
  }
  
  .Y-a:hover {
    background-color: rgb(41, 185, 75); /* Rose vif plus clair au survol */
  }
  
  .Yicon {
    width: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  .Yproject .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .Yproject .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

  .Yproject .image {
    width: 30%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .hidden-overlay {
    display: none; /* Masquer le contenu par défaut */
  }
    /* Styles pour le bouton */
    .Yproject button {
        color: #fff;
        font-size: 16px;
      }
    

  .Yproject button:hover {
    background-color: #20269a;
  }
